home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / fido / patchpkt111.lha / PatchPKT.doc < prev    next >
Text File  |  1995-07-09  |  4KB  |  136 lines

  1.  
  2.                   Fido Package Patcher/Modifier V1.11
  3.                   -----------------------------------
  4.  
  5.             written 1995 by Mathias Supp
  6.                             2:2476/539.0@fidoclassic
  7.                             39:172/303.0@amiganet
  8.                             s_supp@ira.uka.de
  9.  
  10.             Sysop of the Amiga Inside I : ++49(0)721-854112 (ZyX)
  11.                                           ++49(0)721-841292 (V34)
  12.                                           ++49(0)721-841230 (V34)
  13.  
  14.                         Release : 09.07.1995
  15.  
  16.  
  17. ============================================================================
  18.  
  19. Copyright :
  20. -----------
  21.  
  22. This utility is shareware. If you like this program, send me a donation of
  23. DM10.- , please.
  24.  
  25. Address :
  26. Mathias Supp
  27. Goerresstr. 6
  28. 76185 Karlsruhe
  29. Germany
  30.  
  31. Via bank :
  32. Badische Beamtenbank
  33. BLZ.: 66090800
  34. KNr.: 3426580
  35.  
  36. There're no requesters or limits in this version because the work doesn't
  37. pay for this cheap product.
  38.  
  39. ============================================================================
  40.  
  41. Introduction :
  42. --------------
  43.  
  44. Some Tosser have problems with the contents of some fido .pkt-files :
  45. 1. large messages    (Foozle)
  46. 2. large .pkt-files  (low memory systems)
  47. 3. long kludges      (Mailmanager)
  48. 4. long area names   (Foozle)
  49. 5. long message IDs  (Mailmanager)
  50.  
  51. PatchPKT solves most of the problems.
  52.  
  53. ============================================================================
  54.  
  55. Contents of Archive :
  56. ---------------------
  57.  
  58. PatchPKT.doc : this documentation
  59. PatchPKT.dok : german documentation
  60. PatchPKT     : 68000 version
  61. PatchPKT_020 : 68020 and 68030 version
  62. PatchPKT_040 : 68040 version
  63.  
  64. ============================================================================
  65.  
  66. What does it do ?
  67. -----------------
  68.  
  69. - .pkt-files can be splitted to have a certain maximum size
  70. - Messages can be splitted to have a certain maximum size
  71. - Kludges can be removed by using AmigaDOS pattern
  72. - Kludges can be cutted to a certain length
  73. - Message ID will be corrected by using the address of the origin line
  74. - Area names can be renamed by using a renaming list
  75. - Fake from-address
  76. - show package password
  77.  
  78. Format of renaming list :
  79. original name <Space(s)> shorted name
  80. ...
  81. ...
  82.  
  83. e.g.:
  84. ALT.DEUTSCHE.BUNDESBAHN.KOTZ.KOTZ.KOTZ UUCP-A.D.B.K.K.KOTZ
  85. REC.SPORTS.PRO-WRESTLING               UUCP-R.S.P.WRESTLING
  86.  
  87. ============================================================================
  88.  
  89. Known problems :
  90. ----------------
  91.  
  92. - PatchPKT crashes with corrupted .pkt-files.
  93. - PatchPKT TOTALLY loads the given .pkt-file into memory
  94.   If not possible, the .pkt-file will be renamed into xxxxxx.outofmem
  95.  
  96. ============================================================================
  97.  
  98. Parameter :
  99. -----------
  100.  
  101. PKTFILE            : name of the .pkt-file to process
  102. OUT=OUTFILE        : wanted output file (while splitting, numbers will be
  103.                      added to the filename
  104. MAX=MAXSIZE        : maximum size of the output file
  105. SM=SPLITMESSAGE    : maximum size of the message
  106. AF=AUTOFILE        : create .pkt-files automatically with new names (FTSC
  107.                      conform names will be created)
  108. VERBOSE            : show info to each message
  109. SP=SHOWPROBLEMS    : show if there're messages without message id
  110. CF=CONVERSIONFILE  : the renaming file as explained above
  111. FM=FIXMSGID        : replace uucp domains in message id to the address of
  112.                      the origin
  113. CK=CUTKLUDGES        cut kludges to certain length
  114. KK=KILLKLUDGES     : kill kludges matching the folling pattern(s)
  115. FF=FAKEFROM        : from address to be faked
  116. FT=FAKETO          : address to replace the from address (if only FT is
  117.                      given, ALL from adresses will be faked)
  118.  
  119. ============================================================================
  120.  
  121. History :
  122. ---------
  123.  
  124. V1.09     : first Release
  125. V1.11     : 09.07.1995 added some features (FAKEFROM, FAKETO, display of
  126.                        package password)
  127.  
  128. ============================================================================
  129.  
  130. have fun
  131.  
  132. Mathias
  133.  
  134. P.S.:   Sorry for my bad school-english, but I hope you understood what I
  135.         mean.
  136.